two.php
<?php
class two {
/** test docblock for go_2() */
public function go_2(){
}
/** test docblock for test() */
public function test(){
//@export_start(Two.test)
echo "two test";
//@export_end(Two.test)
}
}